Actually widen the bitfield one bit, not change the default value. Doink!
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 13 Feb 2014 06:04:22 +0000 (06:04 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 13 Feb 2014 06:04:22 +0000 (06:04 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4738 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/defs.h

index f7c44c08e095b44de9c50510eed9c6fca816f51d..2a6fe5817c8915e1d3fef83022db9508b3bf5467 100644 (file)
@@ -376,7 +376,7 @@ public:
   wp_flags() :
     shortname_is_synthetic(0),
     cet_converted(0),
-    fmt_use(1),
+    fmt_use(0),
     temperature(0),
     proximity(0),
     course(0),
@@ -386,7 +386,7 @@ public:
     new_trkseg(0) {}
   unsigned int shortname_is_synthetic:1;
   unsigned int cet_converted:1;                /* strings are converted to UTF8; interesting only for input */
-  unsigned int fmt_use:1;                      /* lightweight "extra data" */
+  unsigned int fmt_use:2;                      /* lightweight "extra data" */
   /* "flagged fields" */
   unsigned int temperature:1;          /* temperature field is set */
   unsigned int proximity:1;            /* proximity field is set */